object SearchForm: TSearchForm Left = 284 Top = 200 BorderStyle = bsDialog Caption = 'Find Archives' ClientHeight = 134 ClientWidth = 313 Color = clBtnFace ParentFont = True KeyPreview = True OldCreateOrder = True Scaled = False OnClose = FormClose OnCreate = FormCreate OnKeyPress = FormKeyPress OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 4 Width = 220 Height = 60 AutoSize = False Caption = 'PowerArchiver can automatically find ZIP files on your computer,' + ' or you can manually select a file to extract.' WordWrap = True end object Label2: TTntLabel Left = 8 Top = 136 Width = 289 Height = 13 AutoSize = False ShowAccelChar = False end object Label3: TTntLabel Left = 7 Top = 160 Width = 289 Height = 13 AutoSize = False ShowAccelChar = False end object SAll: TRadioButton Left = 8 Top = 64 Width = 201 Height = 17 Caption = '&Search this PC for ZIP files' TabOrder = 0 end object SDisk: TRadioButton Left = 8 Top = 88 Width = 121 Height = 17 Caption = 'Search only &drive:' TabOrder = 1 OnClick = SDiskClick end object SMan: TRadioButton Left = 8 Top = 112 Width = 201 Height = 17 Caption = '&Manually select ZIP file' TabOrder = 3 end object ComboBox1: TComboBox Left = 136 Top = 86 Width = 57 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 2 end object Button1: TButton Left = 232 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True TabOrder = 4 OnClick = Button1Click end object Button2: TButton Left = 232 Top = 40 Width = 75 Height = 25 Caption = '&Cancel' TabOrder = 5 OnClick = Button2Click end object Button3: TButton Left = 232 Top = 72 Width = 75 Height = 25 Caption = '&Help' TabOrder = 6 OnClick = Button3Click end object SelFileBox: TOpenDialog Filter = 'All archives, Encoded files|*.zip;*.jar;*.pk3;*.rar;*.lha;*.lzh;' + '*.arj;*.arc;*.zoo;*.ace;*.cab;*.bh;*.tar;*.gz;*.tgz;*.bz;*.bz2;*' + '.tbz;*.enc;*.xxe;*.uue;*.z;*.b64;*.uu;*.mim' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing] Title = 'PowerArchiver - Select Archive' Left = 153 Top = 63 end end